Skip to content

Instantly share code, notes, and snippets.

@threealgos
threealgos / Notebook_Full_Requirements_Run-All_Cells.ipynb
Last active June 11, 2026 21:59
This Quantum_RegeV_Code Already Cracked 19 & 20 bit length, Check it ! https://github.com/threealgos/Quantum-RegeV-Cracker
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@malteos
malteos / docker-without-desktop-macos.md
Created May 28, 2024 11:03
Run Docker (without Docker Desktop) on MacOS with Apple Silicon (M1/M2/...)

Run Docker (without Docker Desktop) on MacOS with Apple Silicon (M1/M2/...)

Docker Desktop requires an expensive license for commercial use: https://www.docker.com/pricing/faq/

# Install minikube
brew install minikube

# Install Docker CLI
brew install docker
@AnythingLinux
AnythingLinux / Hermes Agent Full Installation Support
Last active June 11, 2026 21:54
Hermes Agent - Full Course & Setup Guide - For COMPLETE Beginners
Hermes Agent - Full Course & Setup Guide - For COMPLETE Beginners
Get professional Hermes Agent Installation Support including production-grade setup, AI API integration, troubleshooting,
optimization, and ongoing maintenance.
What You'll Get Support?
- 馃 Hermes Agent Installation Full Support
- 馃寪 Cloud & VPS server setup (DigitalOcean, AWS, etc.)
- 馃攲 Cloud AI API & local LLM integration
- 馃攼 NGINX reverse proxy configuration

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@Kartones
Kartones / postgres-cheatsheet.md
Last active June 11, 2026 21:48
PostgreSQL command line cheatsheet

PSQL

Magic words:

psql -U postgres

Some interesting flags (to see all, use -h or --help depending on your psql version):

  • -E: will describe the underlaying queries of the \ commands (cool for learning!)
  • -l: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)
@Klerith
Klerith / flutter-instalaciones.md
Last active June 11, 2026 21:47
Instalaciones del curso de Flutter - M贸vil de cero a experto
@yuasatakayuki
yuasatakayuki / the_open_source_space_project.md
Created February 15, 2016 03:48
The open-source SpaceWire project

Overview

SpaceWire is the standard data transfer and network interface which is standardized as ECSS-E-ST-50-12C lead by the European Space Agency (ESA). RMAP is a short for Remote Memory Access Protocol which is the standardized data transfer protocol over SpaceWire (ECSS-E-ST-50-52C).

@amestsantim
amestsantim / Deploying a Laravel app on Windows using IIS.md
Last active June 11, 2026 21:39
We try to describe the steps required to deploy a Laravel application on a Windows machine using IIS

Deploying a Laravel app on Windows using IIS

Install IIS

  1. Open Server Manager: Start the Server Manager from the Start menu or taskbar.
  2. Add Roles and Features: Click on "Manage" in the top right corner of the Server Manager, then select "Add Roles and Features".
  3. Role-based or Feature-based Installation: Choose "Role-based or feature-based installation" and click "Next".
  4. Select the Server: Select the server on which you want to install IIS and click "Next".
  5. Select Server Roles: In the roles list, check the box next to "Web Server (IIS)". This action will prompt you to add features that are required for Web Server (IIS); accept these by clicking "Add Features".
  6. Features: No additional features are required at this point, so you can click "Next".